home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Programming / RJTextEd.exe / {userappdata} / RJ TextEd / Syntax / ASP.ini < prev    next >
Encoding:
INI File  |  2009-08-20  |  9.3 KB  |  237 lines

  1. [MultiHighlight]
  2. Syntax=Html
  3. File=Html.syx
  4.  
  5. [UserMenu]
  6. 1=Abs(number)|Abs()+m
  7. 2=Array(arglist)|Array()+m
  8. 3=Asc(string)|Asc()+m
  9. 4=Atn(number)|Atn()+m
  10. 5=CBool(expression)|CBool()+m
  11. 6=CByte(expression)|CByte()+m
  12. 7=CCur(expression)|CCur()+m
  13. 8=CDate(date)|CDate()+m
  14. 9=CDbl(expression)|CDbl()+m
  15. 10=Chr(charcode)|Chr()+m
  16. 11=CInt(expression)|CInt()+m
  17. 12=CLng(expression)|CLng()+m
  18. 13=Cos(number)|Cos()+m
  19. 14=CreateObject(servername.typename[, location])|CreateObject()+m
  20. 15=CSng(expression)|CSng()+m
  21. 16=CStr(expression)|CStr()+m
  22. 17=DateAdd(interval, number, date)|DateAdd()+m
  23. 18=DateDiff(interval, date1, date2 [,firstdayofweek[, firstweekofyear]])|DateDiff()+m
  24. 19=DatePart(interval, date[, firstdayofweek[, firstweekofyear]])|DatePart()+m
  25. 20=DateSerial(year, month, day)|DateSerial()+m
  26. 21=DateValue(date)|DateValue()+m
  27. 22=Day(date)|Day()+m
  28. 23=Debug.Write([str1 [, str2 [, ... [, strN]]]])|Debug.Write()+m
  29. 24=Debug.WriteLine([str1 [, str2 [, ... [, strN]]]])|Debug.WriteLine()+m
  30. 25=Err.Raise(number, source, description, helpfile, helpcontext)|Err.Raise()+m
  31. 26=Escape(charString)|Escape()+m
  32. 27=Eval(expression)|Eval()+m
  33. 28=Exp(number)|Exp()+m
  34. 29=Filter(InputStrings, Value[, Include[, Compare]])|Filter()+m
  35. 30=Fix(number)|Fix()+m
  36. 31=FormatCurrency(Expression[,DigitsAfterDecimal [,LeadingDigit [,ParensForNegativeNumbers [,GroupDigits]]]])|FormatCurrency()+m
  37. 32=FormatDateTime(Date[, NamedFormat])|FormatDateTime()+m
  38. 33=FormatNumber(Expression[,DigitsAfterDecimal [,LeadingDigit [,ParensForNegativeNumbers [,GroupDigits]]]])|FormatNumber()+m
  39. 34=FormatPercent(Expression[,DigitsAfterDecimal [,LeadingDigit [,ParensForNegativeNumbers [,GroupDigits]]]])|FormatPercent()+m
  40. 35=GetObject([pathname] [, class])|GetObject()+m
  41. 36=GetRef(procname)|GetRef()+m
  42. 37=Hex(number)|Hex()+m
  43. 38=Hour(time)|Hour()+m
  44. 39=InputBox(prompt[, title][, default][, xpos][, ypos][, helpfile, context])|InputBox()+m
  45. 40=InStr([start, ]string1, string2[, compare])|InStr()+m
  46. 41=InStrRev(string1, string2[, start[, compare]])|InStrRev()+m
  47. 42=Int(number)|Int()+m
  48. 43=IsArray(varname)|IsArray()+m
  49. 44=IsDate(expression)|IsDate()+m
  50. 45=IsEmpty(expression)|IsEmpty()+m
  51. 46=IsNull(expression)|IsNull()+m
  52. 47=IsNumeric(expression)|IsNumeric()+m
  53. 48=IsObject(expression)|IsObject()+m
  54. 49=Join(list[, delimiter])|Join()+m
  55. 50=LBound(arrayname[, dimension])|LBound()+m
  56. 51=LCase(string)|LCase()+m
  57. 52=Left(string, length)|Left()+m
  58. 53=Len(string|varname) | "Len()+m
  59. 54=LoadPicture(picturename)|LoadPicture()+m
  60. 55=Log(number)|Log()+m
  61. 56=LTrim(string)|LTrim()+m
  62. 57=Mid(string, start[, length])|Mid()+m
  63. 58=Minute(time)|Minute()+m
  64. 59=Month(date)|Month()+m
  65. 60=MonthName(month[, abbreviate])|MonthName()+m
  66. 61=MsgBox(prompt[, buttons][, title][, helpfile, context])|MsgBox()+m
  67. 62=Oct(number)|Oct()+m
  68. 63=regExp.Execute(string)|regExp.Execute()+m
  69. 64=regExp.Replace(string1, string2)|regExp.Replace()+m
  70. 65=regExp.Test(string)|regExp.Test()+m
  71. 66=Replace(expression, find, replacewith[, start[, count[, compare]]])|Replace()+m
  72. 67=RGB(red, green, blue)|RGB()+m
  73. 68=Right(string, length)|Right()+m
  74. 69=Round(expression[, numdecimalplaces])|Round()+m
  75. 70=RTrim(string)|RTrim()+m
  76. 71=Second(time)|Second()+m
  77. 72=SetLocal(lcid)|SetLocal()+m
  78. 73=Sgn(number)|Sgn()+m
  79. 74=Sin(number)|Sin()+m
  80. 75=Space(number)|Space()+m
  81. 76=Split(expression[, delimiter[, count[, compare]]])|Split()+m
  82. 77=Sqr(number)|Sqr()+m
  83. 78=StrComp(string1, string2[, compare])|StrComp()+m
  84. 79=String(number, character)|String()+m
  85. 80=StrReverse(string1)|StrReverse()+m
  86. 81=Tan(number)|Tan()+m
  87. 82=TimeSerial(hour, minute, second)|TimeSerial()+m
  88. 83=TimeValue(time)|TimeValue()+m
  89. 84=Trim(string)|Trim()+m
  90. 85=TypeName(varname)|TypeName()+m
  91. 86=UBound(arrayname[, dimension])|UBound()+m
  92. 87=UCase(string)|UCase()+m
  93. 88=Unescape(charString)|Unescape()+m
  94. 89=VarType(varname)|VarType()+m
  95. 90=Weekday(date, [firstdayofweek])|Weekday()+m
  96. 91=WeekdayName(weekday, abbreviate, firstdayofweek)|WeekdayName()+m
  97. 92=Year(date)|Year()+m
  98.  
  99. [AutoComplete]
  100. Application.=Contents()|Contents()+c##StaticObjects()|StaticObjects()+c##Lock|Lock+m##Unlock|Unlock+m##
  101. Application.Contents.=Remove()|Remove()+m##RemoveAll()|RemoveAll()+m##
  102. ASPError.=ASPCode|ASPCode+p##ASPDescription|ASPDescription+p##Category|Category+p##Column|Column+p##Description|Description+p##File|File+p##Line|Line+p##Number|Number+p##Source|Source+p##
  103. Debug.=Write([str1 [, str2 [, ... [, strN]]]])|Write+m##WriteLine([str1 [, str2 [, ... [, strN]]]])|WriteLine+m##
  104. Err.=Clear|Clear+m##Description|Description+p##HelpContext|HelpContext+p##HelpFile|HelpFile+p##Number|Number+p##Raise(number, source, description, helpfile, helpcontext)|Raise+m##Source|Source+p##
  105. Match.=FirstIndex|FirstIndex+p##Length|Length+p##Value|Value+p##
  106. regEx.=Execute(string)|Execute+m##Global|Global+p##IgnoreCase|IgnoreCase+p##Pattern|Pattern+p##Replace(string1, string2)|Replace+m##Test(string)|Test+m##
  107. Request.=BinaryRead()|BinaryRead()+m##ClientCertificate()|ClientCertificate()+c##Cookies()|Cookies()+c##Form()|Form()+c##QueryString()|QueryString()+c##ServerVariables|ServerVariables+c##TotalBytes|TotalBytes+p##
  108. Response.=AddHeader|AddHeader+m##AppendToLog|AppendToLog+m##BinaryWrite|BinaryWrite+m##Buffer|Buffer+p##CacheControl|CacheControl+p##Charset|Charset+p##Clear|Clear+m##ContentType|ContentType+p##Cookies()|Cookies()+c##End|End+m##Expires|Expires+p##ExpiresAbsolute|ExpiresAbsolute+p##Flush|Flush+m##IsClientConnected|IsClientConnected+p##Pics|Pics+p##Redirect|Redirect+m##Status|Status+p##Write|Write+m##
  109. Server.=CreateObject()|CreateObject()+m##Execute()|Execute()+m##GetLastError()|GetLastError()+m##HTMLEncode()|HTMLEncode()+m##MapPath()|MapPath()+m##ScriptTimeout|ScriptTimeout+p##Transfer()|Transfer()+m##URLEncode()|URLEncode()+m##
  110. Session.=Abandon|Abandon+m##CodePage|CodePage+p##Contents()|Contents()+c##LCID|LCID+p##SessionID|SessionID+p##StaticObjects()|StaticObjects()+c##Timeout|Timeout+p##
  111. Session.Contents.=Remove()|Remove()+m##RemoveAll()|RemoveAll()+m##
  112.  
  113. [Comment]
  114. 1=*************************************************************
  115. 2=<b>Syntax:</b> ASP
  116. 3=<b>Author:</b> Rickard Johansson
  117. 4=<b>Version:</b> 1.1
  118. 5=<b>Date:</b> 2007-01-30
  119. 6=
  120. 7=<b>Recommended colors:</b>
  121. 8=This syntax definition is included with the main program
  122. 9=installation. So the recommended colors are already set
  123. 10=after the program is installed.
  124. 11=*************************************************************
  125.  
  126. [Hints]
  127. 1=Abs(number)
  128. 2=Array(arglist)
  129. 3=Asc(string)
  130. 4=Atn(number)
  131. 5=CBool(expression)
  132. 6=CByte(expression)
  133. 7=CCur(expression)
  134. 8=CDate(date)
  135. 9=CDbl(expression)
  136. 10=Chr(charcode)
  137. 11=CInt(expression)
  138. 12=CLng(expression)
  139. 13=Cos(number)
  140. 14=CreateObject(servername.typename[, location])
  141. 15=CSng(expression)
  142. 16=CStr(expression)
  143. 17=DateAdd(interval, number, date)
  144. 18=DateDiff(interval, date1, date2 [,firstdayofweek[, firstweekofyear]])
  145. 19=DatePart(interval, date[, firstdayofweek[, firstweekofyear]])
  146. 20=DateSerial(year, month, day)
  147. 21=DateValue(date)
  148. 22=Day(date)
  149. 23=Debug.Write([str1 [, str2 [, ... [, strN]]]])
  150. 24=Debug.WriteLine([str1 [, str2 [, ... [, strN]]]])
  151. 25=Err.Raise(number, source, description, helpfile, helpcontext)
  152. 26=Escape(charString)
  153. 27=Eval(expression)
  154. 28=Exp(number)
  155. 29=Filter(InputStrings, Value[, Include[, Compare]])
  156. 30=Fix(number)
  157. 31=FormatCurrency(Expression[,DigitsAfterDecimal [,LeadingDigit [,ParensForNegativeNumbers [,GroupDigits]]]])
  158. 32=FormatDateTime(Date[, NamedFormat])
  159. 33=FormatNumber(Expression[,DigitsAfterDecimal [,LeadingDigit [,ParensForNegativeNumbers [,GroupDigits]]]])
  160. 34=FormatPercent(Expression[,DigitsAfterDecimal [,LeadingDigit [,ParensForNegativeNumbers [,GroupDigits]]]])
  161. 35=GetObject([pathname] [, class])
  162. 36=GetRef(procname)
  163. 37=Hex(number)
  164. 38=Hour(time)
  165. 39=InputBox(prompt[, title][, default][, xpos][, ypos][, helpfile, context])
  166. 40=InStr([start, ]string1, string2[, compare])
  167. 41=InStrRev(string1, string2[, start[, compare]])
  168. 42=Int(number)
  169. 43=IsArray(varname)
  170. 44=IsDate(expression)
  171. 45=IsEmpty(expression)
  172. 46=IsNull(expression)
  173. 47=IsNumeric(expression)
  174. 48=IsObject(expression)
  175. 49=Join(list[, delimiter])
  176. 50=LBound(arrayname[, dimension])
  177. 51=LCase(string)
  178. 52=Left(string, length)
  179. 53=Len(string | varname)
  180. 54=LoadPicture(picturename)
  181. 55=Log(number)
  182. 56=LTrim(string)
  183. 57=Mid(string, start[, length])
  184. 58=Minute(time)
  185. 59=Month(date)
  186. 60=MonthName(month[, abbreviate])
  187. 61=MsgBox(prompt[, buttons][, title][, helpfile, context])
  188. 62=Oct(number)
  189. 63=regExp.Execute(string)
  190. 64=regExp.Replace(string1, string2)
  191. 65=regExp.Test(string)
  192. 66=Replace(expression, find, replacewith[, start[, count[, compare]]])
  193. 67=RGB(red, green, blue)
  194. 68=Right(string, length)
  195. 69=Round(expression[, numdecimalplaces])
  196. 70=RTrim(string)
  197. 71=Second(time)
  198. 72=SetLocal(lcid)
  199. 73=Sgn(number)
  200. 74=Sin(number)
  201. 75=Space(number)
  202. 76=Split(expression[, delimiter[, count[, compare]]])
  203. 77=Sqr(number)
  204. 78=StrComp(string1, string2[, compare])
  205. 79=String(number, character)
  206. 80=StrReverse(string1)
  207. 81=Tan(number)
  208. 82=TimeSerial(hour, minute, second)
  209. 83=TimeValue(time)
  210. 84=Trim(string)
  211. 85=TypeName(varname)
  212. 86=UBound(arrayname[, dimension])
  213. 87=UCase(string)
  214. 88=Unescape(charString)
  215. 89=VarType(varname)
  216. 90=Weekday(date, [firstdayofweek])
  217. 91=WeekdayName(weekday, abbreviate, firstdayofweek)
  218. 92=Year(date)
  219.  
  220. [Sample]
  221. 1=<%
  222. 2=dim h
  223. 3=h=hour(now())
  224. 4=
  225. 5=response.write("<p>" & now())
  226. 6=response.write(" (Norwegian Time) </p>")
  227. 7=If h<12 then
  228. 8=response.write("Good Morning!")
  229. 9=else
  230. 10=response.write("Good day!")
  231. 11=end if
  232. 12=%>
  233. 13=
  234. 14=
  235. 15=
  236.  
  237.